ci(min-deps): promote min-deps to first-class CI alongside latest-deps#1480
Merged
Conversation
- setup-python-deps + warmDepsCache: cache key hash includes requirements.lowest-direct.txt; warm job creates min-deps + verify-min-deps envs and downloads the lowest-direct closure into the wheelhouse so fork PRs can run min-deps tests fully offline from cache. - main-min-deps.yml (renamed from min-deps-test-fast.yml): mirrors main.yml shape — cache-restore + JFrog fallback, concurrency with cancel-in-progress, paths-ignore for *.md. Fork-skip guards removed; cache makes forks work. - integration-min-deps.yml (renamed from min-deps-test-slow.yml): adds workflow_dispatch with pr_numbers / git_ref inputs, full target parser, and a report-status job that posts a result comment back to the PR — mirroring integration.yml for the slash-command path. - integration-trigger.yml: parses the first arg after /integration-test. /integration-test min-deps routes to integration-min-deps.yml; anything else falls through to integration.yml (free-form trailing context).
Collaborator
Author
|
/integration-test min-deps |
Collaborator
Author
|
/integration-test |
|
Integration tests dispatched for PR #1480 by @sd-db. Track progress in the Actions tab. |
1 similar comment
|
Integration tests dispatched for PR #1480 by @sd-db. Track progress in the Actions tab. |
|
Integration results for PR #1480 — UC cluster ❌ cancelled · SQL warehouse ❌ cancelled · All-purpose cluster ❌ cancelled · Shard coverage ❌ cancelled |
|
Integration results for PR #1480 — UC cluster ❌ failure · SQL warehouse ❌ failure · All-purpose cluster ✅ success · Shard coverage ✅ success |
Collaborator
Author
|
/integration-test |
|
Integration tests dispatched for PR #1480 by @sd-db. Track progress in the Actions tab. |
|
Integration results for PR #1480 — UC cluster ✅ success · SQL warehouse ✅ success · All-purpose cluster ✅ success · Shard coverage ✅ success |
jprakash-db
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes min-deps to a first-class CI citizen alongside latest-deps so lower-bound regressions surface pre-merge on every PR — including forks. Shared dep cache now covers both resolutions; min-deps unit + build run on every PR; min-deps integration runs nightly + on
/integration-test min-deps.Test plan
main.yml+main-min-deps.yml./integration-teststill routes tointegration.yml.Post-merge: dispatch
warmDepsCache.ymlonmainonce to populate main-scope cache immediately. Need to check/integration-test min-depsrouting